home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / scuba.swf / scripts / DefineSprite_273 / frame_2 / DoAction.as
Text File  |  2012-01-07  |  88b  |  9 lines

  1. if(_root.gHitByFish == true)
  2. {
  3.    gotoAndPlay(3);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(1);
  8. }
  9.